home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / az / cyberx.dxr / 00242_SALIDA VIDEO VENTANA.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  367 b   |  18 lines

  1. on exitFrame
  2.   global FrameRet, cinta, full_video
  3.   puppetSprite(18, 0)
  4.   puppetSprite(19, 0)
  5.   puppetSprite(2, 0)
  6.   puppetSound(0)
  7.   puppetPalette(0)
  8.   set cinta to 1
  9.   set the visible of sprite 34 to 1
  10.   puppetPalette(0)
  11.   unLoadCast("CYBERDEM.AVI")
  12.   if full_video then
  13.     puppetTransition(0)
  14.   end if
  15.   preLoad(FrameRet + 1, FrameRet + 1)
  16.   go(FrameRet + 1)
  17. end
  18.